home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PWAECJ15.ZIP / HISTORY.DOC < prev    next >
Text File  |  1995-04-09  |  2KB  |  44 lines

  1. Conference Join HISTORY
  2.  
  3. v1.5 - Released 04-09-95
  4.  
  5.     [--Nemesis Revised JOIN.PPE--]
  6.  
  7.     Added - Lightbar support!
  8.     Fixed - If users security was not high enough to see a conference it
  9.         would not show any conferences after that conference.
  10.     Changed - Config File is now 4 lines. You just need to add a lightbar
  11.         options prompt on line 3 and the lightbar highlight color on
  12.         line 4
  13.  
  14.     [--Drew's addition--]
  15.  
  16.     Fixed - Users who were locked out of a conference still had the conference
  17.         shown to them.  At around line 130 in the previous version, it reads:
  18.         "if (confsel(confnum) || (confreg(confnum)) then"  Instead, have it
  19.         read: "if (confreg(confnum)) then"
  20.  
  21. v1.2 - Released 02-05-95
  22.     Added - Can now display if scripts are available for a conference or
  23.         not (use the replacement code %S%).
  24.     Fixed - MAJOR SPEED IMPROVEMENT!  See the following changes and fixes
  25.         as to why... (This change may lead to adding lightbars in a future
  26.         version. <g>)
  27.     Changed - Took out the need for Lines 1 & 2 in the config file.  I forgot
  28.         that the information there can be found inside of PCBOARD.DAT. :)
  29.     Changed - Before, it would use readline() statements to read the long
  30.         conference name from the CNAMES file.  However, readline statements
  31.         are terribly slow, so I adopted the method of reading from the
  32.         CNAMES.ADD file from CNFS.PPS (the PPE used on Salt Air).  This
  33.         change by itself increases execution dramatically.
  34.  
  35. v1.1 - Released 12-10-94
  36.     Fixed - Minor bug where before, if the user selected NONSTOP for
  37.         displaying the conferences, it still paused on every page.
  38.     Added - Can now display high message number for the conference.
  39.     Added - Can now display last message read for the user in each conference.
  40.  
  41. v1.0 - Finished 10-12-94
  42.     Initial Release.
  43.  
  44.